home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Python1.4_Source / Amiga / README < prev   
Encoding:
Text File  |  1998-06-24  |  564 b   |  12 lines

  1. This drawer contains Amiga specific code and other stuff.
  2.  
  3. The mempool startup code (*mempools.o) must be used if you link with my
  4. mempool library (mempools*.lib).  The mempool library replaces the usual
  5. memory allocation routines (malloc and such) with much more efficient
  6. versions that use Amiga's memory pool allocation functions.  Use
  7. mempools39*.lib on a Kickstart 3.0+ machine, otherwise use mempools.lib
  8. (which works on Kickstart 2.0 and above).
  9.  
  10. Also  check  out the lib/site-python directory, it contains `site-specific'
  11. (=Amiga specific) python modules.
  12.